runtime.moduledata.text (field)
11 uses
runtime (current package)
plugin.go#L35: if inRange(pmd.text, pmd.etext, md.text, md.etext) ||
plugin.go#L40: println("\tpmd.text-etext=", hex(pmd.text), "-", hex(pmd.etext))
plugin.go#L44: println("\tmd.text-etext=", hex(md.text), "-", hex(md.etext))
symtab.go#L347: text, etext uintptr
symtab.go#L529: hdr.minLC != sys.PCQuantum || hdr.ptrSize != goarch.PtrSize || hdr.textStart != datap.text {
symtab.go#L532: "text=", hex(datap.text), "pluginpath=", datap.pluginpath)
symtab.go#L593: res := md.text + off
symtab.go#L603: println("runtime: textAddr", hex(res), "out of range", hex(md.text), "-", hex(md.etext))
symtab.go#L617: res := uint32(pc - md.text)
symtab.go#L784: x := uintptr(pcOff) + datap.text - datap.minpc // TODO: are datap.text and datap.minpc always equal?
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |